testcombo: Test grid :row- and :column-span-column
authorDaniel Boles <dboles@src.gnome.org>
Wed, 4 Oct 2017 09:45:49 +0000 (10:45 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 4 Oct 2017 10:17:57 +0000 (11:17 +0100)
commit06941c593de51c77270dfacb2a38ef8cf408a11c
tree8f776f090d2196b07e7674d3e16d62d7c6714ef4
parent9c3ea3f9a05001eba83c8bb3052f635a97fa9eaa
testcombo: Test grid :row- and :column-span-column

Ditch two items that were white and so weren’t visible on our standard
theme anyway, and use the new space to test extra grid-mode properties.

Note that if we do this then, as before, we set the ListStore on the
ComboBox before appending to it, that produced runtime warnings like:

Gtk-CRITICAL **: gtk_menu_attach: assertion 'left_attach < right_attach' failed

I didn’t look into that yet, but it may indicate that attaching items
vs. recognising their spans don’t occur in the correct order. For the
purposes of testing this, I just create the CB after filling its model.
tests/testcombo.c